home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / COMM / INTERNET / NEWS / TRANSPORTS / smtpd / Changes < prev    next >
Text File  |  1996-01-22  |  2KB  |  50 lines

  1. Change Log for SMTP Daemon for RISC OS
  2. ======================================
  3.  
  4. 1/6/95        » Version 0.01 released for Beta test «
  5.  
  6. 2/6/95        • Fixed Internet_GetHostByAddr exception when InetDB not present
  7.         • Extended line buffer to 4k
  8.         • Fixed username@localhost bug
  9.         • Fixed delay in initial server response
  10.         • Remembered about multiple recipients, and implemented it
  11.         • Fixed multiple recipients logfile bug
  12.         • Modified logfile handling slightly
  13.         
  14. 13/6/95        • Fixed alias bug
  15.  
  16.         » Moved to version 0.02 beta «
  17.                • Re-wrote alias & recipient code
  18.                • Sorted out handling of premature connection-closing by client
  19.  
  20. 14/6/95        • Sorted out problems with connections to other smtp implementations
  21.         • Added EXPN functionality
  22.         • Added the commands *smtpusers and *smtpstats
  23.         • Tidied up socket shutdown
  24.  
  25. 15/6/95        • Finally fixed the 'missing first byte' mystery during connection!
  26.         • Tidied up the way smtp talks to other servers
  27.         • Added the command *smtpclose, for panics and aborts
  28.         • Made the outputs of the other commands more pleasing
  29.         • Updated the documentation
  30.                             
  31. 20/6/95        • Fixed an obscure socket bug (non-standard socket descriptor set range)
  32.         • Fixed a bizarre state transition, which mysteriously appeared from nowhere
  33.         • Added real user names to the config file
  34.         • Altered smtp EXPN command to use real user names
  35.         • Updated the documentation
  36.         
  37. 15/11/95      Changed format of output file to terminate lines with LF only, after many, many
  38.           complaints about the old version terminating lines with CRLF.
  39.           
  40. 17/11/95      Fixed the RSET bug.          
  41.                   
  42. 22/1/96          Fixed the HELO bug when no hostname is given. Lots of people have been bitterly
  43.           complaining around the clock for this to be fixed, and I'm happy to finally
  44.           oblige.
  45.           Fixed a problem which a couple of people had noticed by being really pedantic
  46.           with the module. :) Really long lines got horribly mangled, as a result of me
  47.           forgetting to test a huge swathe of the pending socket read code. This has now
  48.           all been sorted, and hopefully a lot of people will be much happier.
  49.                   
  50.